home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xpopfir.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  663 b   |  34 lines

  1. // =============
  2. // POPPER LAUNCH
  3. // =============
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 1
  9. particleClass1 = "xpopfir.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12.  
  13. explSound = "wrock.wav"
  14. damageRadius = 10.0
  15. damageValue(N) = 50
  16. damageValue(L) = 50
  17. damageValue(H) = 50
  18. damageValue(S) = 50
  19. damageValue(D) = 50
  20. damageValue(A) = 50
  21.  
  22. [Core]
  23. simulateBase = "sim_null"
  24. lifeTime = 1.0
  25. renderBase = "draw_twirl"
  26. textureName = "smoke.tga"
  27. textureBlend = "srcalpha invsrcalpha modulatealpha"
  28. startColor = "153 153 153 255"
  29. finishColor = "153 153 153 0"
  30. startRadius = 0.5
  31. finishRadius = 5.0
  32. animateTime = 1.0
  33.  
  34.